Q3Quaternion_IsIdentity
You can use theQ3Quaternion_IsIdentity
function to determine whether a quaternion is the identity quaternion.
TQ3Boolean Q3Quaternion_IsIdentity ( const TQ3Quaternion *quaternion);
quaternion
- A quaternion.
DESCRIPTION
TheQ3Quaternion_IsIdentity
function returnskQ3True
if thequaternion
parameter is the identity quaternion;Q3Quaternion_IsIdentity
returnskQ3False
otherwise.